home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC Answers 1998 January
/
PC Answers Issue 49 Cover CD January 1998.iso
/
Apps
/
Director
/
DATA.Z
/
ScriptAuthor-Navigate.dir
/
Scripts_6_Navigate to the Menu on the main movie.ls
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1997-05-10
|
276 b
|
16 lines
global gScriptAuthoringWindow
on mouseUp
if gScriptAuthoringWindow = the stage then
tell the stage
PlaySound("ButtonClick")
GoMenu()
end tell
else
tell gScriptAuthoringWindow
PlaySound("ButtonClick")
GoMenu()
end tell
end if
end